![]() |
PATH![]() |
![]() ![]() |
This completion routine is called at interrupt time with the contextPtr passed in to the OpenSession and SendRequest calls, when one of these calls completes. The result parameter contains the AFP result. You cannot call any of the callback routines from this completion routine, so you can't do chained completion routines.
typedef pascal void (*CompletionPtr)(
UAMMessagePtr message,
void* contextPtr,
OSStatus result);